home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000334_fdc@columbia.edu_Fri May 5 11:23:26 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: alt x oddity
  5. Date: 5 May 2006 14:48:09 GMT
  6. Organization: Columbia University
  7. Lines: 30
  8. Message-ID: <slrne5mpd9.lbf.fdc@sesame.cc.columbia.edu>
  9. References: <z8h6g.3018$A26.79468@ursa-nb00s0.nbnet.nb.ca> <slrne5k1te.ik6.fdc@sesame.cc.columbia.edu> <dTC6g.3429$A26.90296@ursa-nb00s0.nbnet.nb.ca>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1146840489 27247 128.59.59.56 (5 May 2006 14:48:09 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 5 May 2006 14:48:09 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15591
  17.  
  18. On 2006-05-05, Scott Caissie <scottac@nb.sympatico.ca> wrote:
  19. : is there a great amount of technical detail as to what the fix actually 
  20. : does? The bug and the fix is so vague.
  21. :
  22. Kermit 95 runs in multiple threads that have to be synchronized.  The command
  23. screen and the terminal screen are just two examples.  Executing commands
  24. while in the terminal screen's context is rather tricky business and that's
  25. where the bug is.
  26.  
  27. : I did discover another problem with those macros. Its a very percular one 
  28. : involving IF and ELSE statements.
  29. : If I have a macro with a number of IF statements (using bracketed off 
  30. : commands) and use that macro about a hundred times or so (very realistic), 
  31. : theres a chance of an error occuring.
  32. : Error #1 pop up box saying it encountered a problem and needs to close.
  33. : Error #2 looking at the COMMAND window with a flashing cursor. Effectively 
  34. : frozen. Can't break out of it. Must close the program.
  35. :
  36. I suspect this is an artifact of the same bug.  If you invoke the same macro
  37. from the command context the same number of times, I suspect it you won't
  38. see a problem.  Again, see our support page:
  39.  
  40.   http://www.columbia.edu/kermit/support.html
  41.  
  42. A version of K95 is available that fixes the bug, but it's not free due to
  43. the circumstances explained on the support page.  I continue to work to make
  44. the needed arrangements to release a new version with this fix and many others
  45. and quite a few new features as well.  But it will likely not be free either.
  46.  
  47. - Frank